projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1ab800
)
Minor indent fix on gtk_handle_box_get_arg proto
author
Andrew T. Veliath
<andrewtv@src.gnome.org>
Sat, 21 Nov 1998 15:04:49 +0000
(15:04 +0000)
committer
Andrew T. Veliath
<andrewtv@src.gnome.org>
Sat, 21 Nov 1998 15:04:49 +0000
(15:04 +0000)
gtk/gtkhandlebox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkhandlebox.c
b/gtk/gtkhandlebox.c
index 382fb7feaac83ac027d093ed80792affac63a84f..52df83c60e1b91e3b65cd4e9d90437fbad16893b 100644
(file)
--- a/
gtk/gtkhandlebox.c
+++ b/
gtk/gtkhandlebox.c
@@
-47,9
+47,9
@@
static void gtk_handle_box_init (GtkHandleBox *handle_box);
static void gtk_handle_box_set_arg (GtkObject *object,
GtkArg *arg,
guint arg_id);
-static void gtk_handle_box_get_arg
(GtkObject
*object,
-
GtkArg
*arg,
-
guint
arg_id);
+static void gtk_handle_box_get_arg
(GtkObject
*object,
+
GtkArg
*arg,
+
guint
arg_id);
static void gtk_handle_box_destroy (GtkObject *object);
static void gtk_handle_box_map (GtkWidget *widget);
static void gtk_handle_box_unmap (GtkWidget *widget);